validatedIds

Deprecated

Use only for validation of a list or map.

Shorthand Validated Identifier using the TagKey for validation

Does not have a default value, so should only be for list or map validation

Return

ValidatedIdentifier using the tag for validation.

Author

fzzyhmstrs

Since

0.2.0


Deprecated

Use only for validation of a list or map.

Shorthand Validated Identifier using the Registry for validation

Does not have a default value, so should only be for list or map validation

Return

ValidatedIdentifier using the registry for validation.

Author

fzzyhmstrs

Since

0.2.0


fun <T : Any> Registry<T>.validatedIds(predicate: BiPredicate<Identifier, RegistryEntry<T>>): ValidatedIdentifier

Deprecated

Use only for validation of a list or map.

Shorthand Validated Identifier using the predicated Registry for validation

Does not have a default value, so should only be for list or map validation

Return

ValidatedIdentifier using the predicated registry for validation.

Author

fzzyhmstrs

Since

0.2.0

Parameters

T

the registry type

predicate

BiPredicateRegistryEntry> to filter the registry id list


Deprecated

Use only for validation of a list or map. Make sure your list is available at Validation time! (Typically at ModInitializer call or earlier)

Shorthand Validated Identifier using the List for validation

Does not have a default value, so should only be for list or map validation

Return

ValidatedIdentifier using the list for validation.

Author

fzzyhmstrs

Since

0.2.0